Skip to content

Conversation

@SahilKang
Copy link

Since StandardCharsets makes converting between (utf-8) bytes and strings
trivial, let's remove the methods:
- org.apache.hadoop.hdfs.DFSUtilClient.bytes2String
- org.apache.hadoop.hdfs.DFSUtilClient.string2Bytes

Use String.getBytes(StandardCharsets.UTF_8) instead of String.getBytes(String).
Uppercased `newline' since it's a constant, and
made line lengths no more than 80 chars.
Since StandardCharsets makes converting between (utf-8) bytes and strings
trivial, let's remove the methods:
    - org.apache.hadoop.hdfs.DFSUtilClient.bytes2String
    - org.apache.hadoop.hdfs.DFSUtilClient.string2Bytes
shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
1. The ClientHelper now checks inactive application IDs so it can get status for terminated jobs in addition to running jobs
2. JobRunner.kill() waits for any finish, not just successful finish.
3. A killed job is now considered successful.

Author: Jacob Maes <[email protected]>

Reviewers: Prateek Maheshwari <[email protected]>

Closes apache#152 from jmakes/samza-1250
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you feel like this was a mistake, or you would like to continue working on it, please feel free to re-open it and ask for a committer to remove the stale tag and review again.
Thanks all for your contribution.

@github-actions github-actions bot added the Stale label Jan 3, 2026
@github-actions github-actions bot closed this Jan 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant